home *** CD-ROM | disk | FTP | other *** search
-
-
-
- QQQQIIIIccccoooonnnnSSSSeeeetttt((((3333qqqqtttt)))) TTTTrrrroooollllllll TTTTeeeecccchhhh AAAASSSS ((((9999 JJJJuuuullllyyyy 1111999999998888)))) QQQQIIIIccccoooonnnnSSSSeeeetttt((((3333qqqqtttt))))
-
-
-
- NNNNAAAAMMMMEEEE
- QIconSet - Set of icons (normal, disabled, various sizes)
- for e.g. buttons
-
- SSSSYYYYNNNNOOOOPPPPSSSSIIIISSSS
- #include <qiconset.h>
-
- PPPPuuuubbbblllliiiicccc MMMMeeeemmmmbbbbeeeerrrrssss
- QQQQIIIIccccoooonnnnSSSSeeeetttt (((( ccccoooonnnnsssstttt QQQQPPPPiiiixxxxmmmmaaaapppp &&&&,,,, SSSSiiiizzzzeeee ==== AAAAuuuuttttoooommmmaaaattttiiiicccc ))))
- QQQQIIIIccccoooonnnnSSSSeeeetttt (((( ccccoooonnnnsssstttt QQQQIIIIccccoooonnnnSSSSeeeetttt &&&& ))))
- vvvviiiirrrrttttuuuuaaaallll ~~~~QQQQIIIIccccoooonnnnSSSSeeeetttt ()
- vvvvooooiiiidddd rrrreeeesssseeeetttt (((( ccccoooonnnnsssstttt QQQQPPPPiiiixxxxmmmmaaaapppp &&&&,,,, SSSSiiiizzzzeeee ))))
- vvvvooooiiiidddd sssseeeettttPPPPiiiixxxxmmmmaaaapppp (((( ccccoooonnnnsssstttt QQQQPPPPiiiixxxxmmmmaaaapppp &&&&,,,, SSSSiiiizzzzeeee,,,, MMMMooooddddeeee ==== NNNNoooorrrrmmmmaaaallll ))))
- vvvvooooiiiidddd sssseeeettttPPPPiiiixxxxmmmmaaaapppp (((( ccccoooonnnnsssstttt cccchhhhaaaarrrr ****,,,, SSSSiiiizzzzeeee,,,, MMMMooooddddeeee ==== NNNNoooorrrrmmmmaaaallll ))))
- QQQQPPPPiiiixxxxmmmmaaaapppp ppppiiiixxxxmmmmaaaapppp (((( SSSSiiiizzzzeeee,,,, MMMMooooddddeeee )))) ccccoooonnnnsssstttt
- QQQQPPPPiiiixxxxmmmmaaaapppp ppppiiiixxxxmmmmaaaapppp (((()))) ccccoooonnnnsssstttt
- bbbboooooooollll iiiissssGGGGeeeennnneeeerrrraaaatttteeeedddd (((( SSSSiiiizzzzeeee,,,, MMMMooooddddeeee )))) ccccoooonnnnsssstttt
- QQQQIIIIccccoooonnnnSSSSeeeetttt&&&& ooooppppeeeerrrraaaattttoooorrrr==== (((( ccccoooonnnnsssstttt QQQQIIIIccccoooonnnnSSSSeeeetttt &&&& ))))
-
- DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
- The QIconSet class provides a set of icons (normal,
- disabled, various sizes) for e.g. buttons.
-
- QIconSet must be fed at least one icon, and can generate the
- other icons from the ones it is fed, or use programmer-
- specified icons.
-
- Using the icon or icons specified, QIconSet generates a set
- of six icons:
-
- Small, normal
-
- Small, disabled
-
- Small, active
-
- Large, normal
-
- Large, disabled
-
- Large, active
-
- You can set any of the icons using setPixmap() and when you
- retrieve aone using pixmap(), QIconSet will compute and
- cache that from the closest other icon.
-
- The Disabled appearance is computed using a "shadow"
- algorithm which produces results very similar to that used
- in of Microsoft Windows 95.
-
- The Active appearance is identical to the Normal appearance
- unless you use setPixmap() to set it to something special.
-
-
-
- Page 1 (printed 9/22/98)
-
-
-
-
-
-
- QQQQIIIIccccoooonnnnSSSSeeeetttt((((3333qqqqtttt)))) TTTTrrrroooollllllll TTTTeeeecccchhhh AAAASSSS ((((9999 JJJJuuuullllyyyy 1111999999998888)))) QQQQIIIIccccoooonnnnSSSSeeeetttt((((3333qqqqtttt))))
-
-
-
- QIconSet provides a function, isGenerated(), that indicates
- whether an icon was set by the application programmer or
- computed by QIconSet itself.
-
- In Qt 1.40 only QToolButton uses QIconSet. In Qt 2.0 we will
- use it in more classes, including the menu system.
-
- See also: QPixmap, QLabel, QToolButton and GUI Design
- Handbook: Iconic Label.
-
- MMMMEEEEMMMMBBBBEEEERRRR FFFFUUUUNNNNCCCCTTTTIIIIOOOONNNN DDDDOOOOCCCCUUUUMMMMEEEENNNNTTTTAAAATTTTIIIIOOOONNNN
- QQQQIIIIccccoooonnnnSSSSeeeetttt::::::::QQQQIIIIccccoooonnnnSSSSeeeetttt (((( ccccoooonnnnsssstttt QQQQPPPPiiiixxxxmmmmaaaapppp &&&& ddddeeeeffffaaaauuuullllttttPPPPiiiixxxxmmmmaaaapppp,,,, SSSSiiiizzzzeeee
- ddddeeeeffffaaaauuuullllttttSSSSiiiizzzzeeee ==== AAAAuuuuttttoooommmmaaaattttiiiicccc ))))
- Constructs an icon set that will generate its members from
- _d_e_f_a_u_l_t_P_i_x_m_a_p, which is assumed to be of _d_e_f_a_u_l_t_S_i_z_e.
-
- The default for _d_e_f_a_u_l_t_S_i_z_e is Automatic, which means that
- QIconSet will determine the icon's size from its actual
- size.
-
- See also: reset().
-
- QQQQIIIIccccoooonnnnSSSSeeeetttt::::::::QQQQIIIIccccoooonnnnSSSSeeeetttt (((( ccccoooonnnnsssstttt QQQQIIIIccccoooonnnnSSSSeeeetttt &&&& ooootttthhhheeeerrrr ))))
- Constructs an a copy of _o_t_h_e_r. This is very fast.
-
- QQQQIIIIccccoooonnnnSSSSeeeetttt::::::::~~~~QQQQIIIIccccoooonnnnSSSSeeeetttt (((()))) [[[[vvvviiiirrrrttttuuuuaaaallll]]]]
- Destroys the icon set and frees any allocated resources.
-
- bbbboooooooollll QQQQIIIIccccoooonnnnSSSSeeeetttt::::::::iiiissssGGGGeeeennnneeeerrrraaaatttteeeedddd (((( SSSSiiiizzzzeeee ssss,,,, MMMMooooddddeeee mmmm )))) ccccoooonnnnsssstttt
- QQQQIIIIccccoooonnnnSSSSeeeetttt &&&& QQQQIIIIccccoooonnnnSSSSeeeetttt::::::::ooooppppeeeerrrraaaattttoooorrrr==== (((( ccccoooonnnnsssstttt QQQQIIIIccccoooonnnnSSSSeeeetttt &&&& pppp ))))
- Assigns _o_t_h_e_r to this icon set and returns a reference to
- this icon set.
-
- This is very fast.
-
- QQQQPPPPiiiixxxxmmmmaaaapppp QQQQIIIIccccoooonnnnSSSSeeeetttt::::::::ppppiiiixxxxmmmmaaaapppp (((()))) ccccoooonnnnsssstttt
- Returns the pixmap originally provided to the constructor or
- reset().
-
- See also: reset().
-
- QQQQPPPPiiiixxxxmmmmaaaapppp QQQQIIIIccccoooonnnnSSSSeeeetttt::::::::ppppiiiixxxxmmmmaaaapppp (((( SSSSiiiizzzzeeee ssss,,,, MMMMooooddddeeee mmmm )))) ccccoooonnnnsssstttt
- vvvvooooiiiidddd QQQQIIIIccccoooonnnnSSSSeeeetttt::::::::rrrreeeesssseeeetttt (((( ccccoooonnnnsssstttt QQQQPPPPiiiixxxxmmmmaaaapppp &&&& ppppmmmm,,,, SSSSiiiizzzzeeee ssss ))))
- vvvvooooiiiidddd QQQQIIIIccccoooonnnnSSSSeeeetttt::::::::sssseeeettttPPPPiiiixxxxmmmmaaaapppp (((( ccccoooonnnnsssstttt QQQQPPPPiiiixxxxmmmmaaaapppp &&&& ppppmmmm,,,, SSSSiiiizzzzeeee ssss,,,, MMMMooooddddeeee mmmm ====
- NNNNoooorrrrmmmmaaaallll ))))
- Sets this icon set to display _p_n in size _s/_m_o_d_e _m, and
- perhaps to use _p_m for deriving some other varieties.
-
- vvvvooooiiiidddd QQQQIIIIccccoooonnnnSSSSeeeetttt::::::::sssseeeettttPPPPiiiixxxxmmmmaaaapppp (((( ccccoooonnnnsssstttt cccchhhhaaaarrrr **** ffffiiiilllleeeeNNNNaaaammmmeeee,,,, SSSSiiiizzzzeeee ssss,,,, MMMMooooddddeeee mmmm
- ==== NNNNoooorrrrmmmmaaaallll ))))
- Sets this icon set to load _f_i_l_e_N_a_m_e as a pixmap and display
- it in size _s/_m_o_d_e _m, and perhaps to use _p_m for deriving some
-
-
-
- Page 2 (printed 9/22/98)
-
-
-
-
-
-
- QQQQIIIIccccoooonnnnSSSSeeeetttt((((3333qqqqtttt)))) TTTTrrrroooollllllll TTTTeeeecccchhhh AAAASSSS ((((9999 JJJJuuuullllyyyy 1111999999998888)))) QQQQIIIIccccoooonnnnSSSSeeeetttt((((3333qqqqtttt))))
-
-
-
- other varieties.
-
- SSSSEEEEEEEE AAAALLLLSSSSOOOO
- hhhhttttttttpppp::::////////wwwwwwwwwwww....ttttrrrroooollllllll....nnnnoooo////qqqqtttt////qqqqiiiiccccoooonnnnsssseeeetttt....hhhhttttmmmmllll
-
- CCCCOOOOPPPPYYYYRRRRIIIIGGGGHHHHTTTT
- Copyright 1992-1997 Troll Tech AS. See the LICENSE file
- included in the distribution for a complete license
- statement.
-
- AAAAUUUUTTTTHHHHOOOORRRR
- Generated automatically from the source code.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Page 3 (printed 9/22/98)
-
-
-
-